home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1329 / qres0300.exe / _SETUP.1 / readme.txt < prev   
Text File  |  1997-01-17  |  4KB  |  125 lines

  1. qres:  QuickRes screen mode switch
  2. ==================================
  3.  
  4. qres is a small application that provides automation for the 
  5. Microsoft QuickRes screen mode change in Windows 95.
  6.  
  7. QuickRes is a handy add-on for Windows 95 that allows you to change
  8. color depth and screen resolution without restarting the machine. 
  9. You can download QuickRes from the following page on Microsoft's 
  10. site:
  11.    http://www.microsoft.com/windows/software/powertoy.htm
  12.  
  13. The new version of Windows 95 (OSR2) has QuickRes built in. 
  14. Double-click the 'System' icon in the control panel to find out if
  15. you have this version. Windows 95 OSR2 has system version 
  16. '4.00.950 B', older versions have system version '4.00.950' or
  17. '4.00.950a' (OSR1).
  18.  
  19. qres adds a front end to QuickRes so that you can automatically 
  20. switch color mode or screen resolution when you start a Windows 
  21. application. For instance, when you start a game that requires 256 
  22. color mode, you can make qres automatically switch to 256 color 
  23. mode (Win95 OSR2 only, old version needs restart). I found this 
  24. functionality useful when the computer is often used by small 
  25. children who do not understand the concept of screen modes.
  26.  
  27.  
  28. Usage
  29. =====
  30. qres.exe must be installed in the Windows directory so that it can 
  31. be accessed from all parts of the system. Microsoft QuickRes *must* 
  32. be installed to use qres. Configure QuickRes so that it switches 
  33. screen modes without rebooting or asking questions for proper 
  34. operation of qres.
  35.  
  36. You can easily modify a desktop or start menu shortcut so that it 
  37. calls qres before starting the program. Just run the 
  38. 'QRes Configuration' wizard and follow instructions.
  39.  
  40. QRes does not work with the AutoPlay feature of CD games. 
  41.  
  42.  
  43.        
  44. Command line summary
  45. ====================
  46. qres [options] program_name [program options]
  47.  
  48. qres options
  49. ------------
  50. c=nnn  : switch to nnn-bit color mode
  51.          c=8    -  256 colors
  52.          c=16   -  High color 16 bit (65536 colors)
  53.          c=24   -  True color 24 bit
  54.          c=32   -  True color 32 bit (newer VGA cards)
  55.  
  56. x=nnn  : switch to nnn pixels horizontal resolution
  57.          x=640  -  640 x 480 (standard VGA resolution)
  58.          x=800  -  800 x 600
  59.          x=1024 -  1024 x 768
  60.          (See QuickRes menu for other supported resolutions)
  61.  
  62. y=nnn  : switch to nnn pixels vertical resolution. It is not
  63.          necessary to specify both x and y, just x will do fine.
  64.  
  65. /R     : restore original screen mode after the program finishes.
  66.  
  67.          This does not work for all programs. If the game has a
  68.          'loader program' that terminates after starting the 
  69.          main program /R will switch back too soon.
  70.           
  71.  
  72. QRes shows the command line options when it is run without
  73. any parameters.
  74.  
  75. Author: Berend Engelbrecht
  76.         Utrecht, Netherlands
  77.  
  78. QRes is freeware. You may freely use or distribute the application
  79. as long as you distribute the complete package.
  80.  
  81. Questions or comments can be sent by e-mail to einhard@pi.net
  82.  
  83.  
  84. History
  85. =======
  86. - Version 0.3.0.0   (January 17, 1997)
  87.   Added QRes Configuration wizard
  88.   Added Setup program
  89.   Bugfixes for OSR2
  90.  
  91. - Version 0.2.0.0   (January 10, 1997)
  92.   Added /R command line option
  93.  
  94. - Version 0.1.0.0   (January 2, 1997)
  95.   Initial version
  96.  
  97.  
  98. Compatibility
  99. =============
  100.  
  101. qres has been tested with the following operating system software:
  102. - Windows 95 version 4.00.950 (original) with QuickRes powertoy;
  103. - Windows 95 version 4.00.950B (OSR2) with built-in QuickRes.
  104.  
  105. The resolution switch has been tested with the following graphics
  106. cards:
  107. - Matrox Millenium
  108. - ATI Mach 64
  109. - Cirrus Logic 754X (laptop)
  110. - Various S3 compatible cards
  111.  
  112.  
  113. Remarks
  114. =======
  115.  
  116. - The powertoy version of QuickRes can in most cases not change
  117.   color depth without restarting. When the PC restarts the automatic
  118.   application start does not work. This problem has been fixed in 
  119.   the OSR2 version,
  120. - QuickRes will not accept 16 color modes (c=4), even though most
  121.   graphics cards support them.
  122. - The qres utility cannot be used with the autoplay feature
  123.   of newer CD games.
  124.  
  125.